Re: FlexGrid Kind in ASP.net
VB or C#? What are you Binding your Grid to? What is giving you trouble?
If you Bind the grid to DataTable or the like it will handle everything for you. This isn't ideal but it does function. If you are wanting a high level of control over the display, sorting, and so on you should really read the sdk help on the DataGrid and it's members. I have a C# example I could post but I'm not sure how much it will help you because I am using a custom collection class.... Give us some more info....
Re: FlexGrid Kind in ASP.net
hi again,
I want to enter the data in the grid same like the flexgrid in asp.net.