-
MSHFlex Grid sucks!!!!
MSHFLEX grid sucks!!!
I am doing this project, and used this MSHFlexgird to pass data from this grid to a class collection. This stupid control behaves abnormally. Try inserting data into grid by using additem, and then try to remove item, then again try adding stuff...IT JUST DOESNT ADD.. MICROSOFT SUCKS!!!
:mad: :mad: :mad:
-
Let me get this straight........both the MSHFlexgird control and Microsoft the company both suck because YOU can't figure out how to write the appropriate code? Is that correct?
And here I always thought these forums were for seeking assistance with coding problems......damn I'm dumb!
-
Try using a datagrid. I used the flex grid in my project at first but I soon realized it was a very crappy control and I switched to the datagrid. You might have a lot of code already written to impliment the flex grid, but if I were you I would still try to go back and work with a datagrid. Atleast make a new project and mess with it for a bit and see how you like it.