This is a migrated thread and some comments may be shown as answers.

Binding

3 Answers 125 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 03 Dec 2007, 02:59 PM
Is it possible to add rows to the grid without binding, just adding rows manually? I wasn't able to do it.

Something simular to a ListView detail control...

3 Answers, 1 is accepted

Sort by
0
Julian Benkov
Telerik team
answered on 03 Dec 2007, 04:04 PM
Hi Mike,

Currently this is not possible to our RadGridView. To work in this scenario you may use the BindingList generic collection with your custom object and then bind it to RadGridView.

In one of the next versions of RadGridView we will implement full virtual mode to support this scenario.

  
All the best,
Julian Benkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Mike
Top achievements
Rank 1
answered on 03 Dec 2007, 05:04 PM
Thank you for the response, but when binding to BindList and adding elements to the BindList, I get this exception

Value of '101' is not valid for 'Value'. 'Value' must be between 'Minimum' and 'Maximum'.
Parameter name: Value
0
Julian Benkov
Telerik team
answered on 04 Dec 2007, 02:17 PM
Hi Mike,

We are not sure where the error comes from, as we are not familiar with your code. Could you open a formal support ticket and send us a example with your binding list custom object to reproduce problem locally? Thank you in advance.

 
Best wishes,
Julian Benkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
Mike
Top achievements
Rank 1
Answers by
Julian Benkov
Telerik team
Mike
Top achievements
Rank 1
Share this question
or