PDA

Click to See Complete Forum and Search --> : FlexGrid Kind in ASP.net


venki
Jan 24th, 2005, 09:30 AM
Hi Guys,
I have a big problem i will be thankfull to u al if u can help me out in this
I am stuck while developing a webform when it came to flexgrid in webforms.i have been trying to sort this problem using datagrid but i am clueless. :( Can someone sort this out for me please

Magiaus
Jan 24th, 2005, 01:27 PM
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....

venki
Jan 26th, 2005, 03:58 AM
hi again,

I want to enter the data in the grid same like the flexgrid in asp.net.