Hi Team,
I am new to Telerik Grid Control for Winforms. i am using trial version 2014.1.402.40 Run time version : v4.0.30319.
Basically i am using the Grid in below described picture mode. where i have 2 tables , 1 for Main Grid data binding LineItem & 2 for Child Grid data binding to make bundles of LineItems. I have created these datatables and relation from the Objects and it works fine when it loads the data first time from Objects.
Now i have given a functionality to add new LineItems on the fly by creating the Table records in the dataset under the LineItem Table that works perfectly fine.
I have another functionality to create bundle on the fly by selecting at least 2 rows in the grid and right click on the First Cell to open a custom context menu on the Grid.
When i do that action and update both the tables with appropriate records and then try to expand the new row control crashes.
I can see in the first call of RowSourceNeeded when the new Row created it does not bring data from relation table.
I tried calling the same function by code with the new created record after table commits and it brought the data from relation and binded as well but the expand still crashes.
Can some please help ?
Please let me know in case if some thing is not clear.
I am new to Telerik Grid Control for Winforms. i am using trial version 2014.1.402.40 Run time version : v4.0.30319.
Basically i am using the Grid in below described picture mode. where i have 2 tables , 1 for Main Grid data binding LineItem & 2 for Child Grid data binding to make bundles of LineItems. I have created these datatables and relation from the Objects and it works fine when it loads the data first time from Objects.
Now i have given a functionality to add new LineItems on the fly by creating the Table records in the dataset under the LineItem Table that works perfectly fine.
I have another functionality to create bundle on the fly by selecting at least 2 rows in the grid and right click on the First Cell to open a custom context menu on the Grid.
When i do that action and update both the tables with appropriate records and then try to expand the new row control crashes.
I can see in the first call of RowSourceNeeded when the new Row created it does not bring data from relation table.
I tried calling the same function by code with the new created record after table commits and it brought the data from relation and binded as well but the expand still crashes.
Can some please help ?
Please let me know in case if some thing is not clear.