Hi! Im using VB.Net 2010 and Telerik Q1.2011. I facing some issue on grid View.
My gridview im using datasource to bind to the GridView and using ViewDefination to view.
My GridView had Filtering which is on for all the column. The problem is like below:
1. I using code(BeginEdit) to enable edit mode on Row (0). Cell(0)
2. I didn't type anything mean the value is still the original value.
3. I direct click on the Filtering of the Column (0). mean it was focus on the Column (0) Filter.
4. I didn't type anything... i just click back to row(0).
Error Appear....
5- index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
I hope to get the reply with solution soon...
Thank you!
Regards
Johnny
My gridview im using datasource to bind to the GridView and using ViewDefination to view.
My GridView had Filtering which is on for all the column. The problem is like below:
1. I using code(BeginEdit) to enable edit mode on Row (0). Cell(0)
2. I didn't type anything mean the value is still the original value.
3. I direct click on the Filtering of the Column (0). mean it was focus on the Column (0) Filter.
4. I didn't type anything... i just click back to row(0).
Error Appear....
5- index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
I hope to get the reply with solution soon...
Thank you!
Regards
Johnny