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

[Solved] Inline Edit - Cascading Combos

2 Answers 122 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jaco de Wet
Top achievements
Rank 1
Jaco de Wet asked on 20 Jan 2010, 12:53 PM
I have a grid (see attached image) which has a number of columns that have a relationship to each other.

My question is how and where do I control the values shown in the combo boxes -- the data for each combo should be fetched from individual Stored Procedures, e.g.

DimensionAlias = just calls a stored procedure to get all the aliases
DimensionLevel = calls a stored procedure to get the Levels for the selected Dimension Alias
DimensionMember = calls a stored procedure to get the Members at the selected Level for the selected Alias
and so on...

Oh also the QueryChildLevel checkbox, should enable/disable the ChildLevel combo if it's checked/unchecked


I've looked at using the Grid_ItemDataBound handler, but this just allows me to initialise the combos at their initial state, however, if a user changes the DimensionAlias, then the DimensionLevel needs to be reset, and the values shown at the DimensionLevel combo should be reloaded from the Stored Procedure -- it's this i'm struggling to see how it can be achieved.

Thanks



2 Answers, 1 is accepted

Sort by
0
Jaco de Wet
Top achievements
Rank 1
answered on 20 Jan 2010, 12:54 PM
oops here's the image
0
Yavor
Telerik team
answered on 25 Jan 2010, 07:00 AM
Hi Jaco,

To see more information along the lines of the requested functionality, please refer to the following article:
I hope this information helps.

All the best,
Yavor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Jaco de Wet
Top achievements
Rank 1
Answers by
Jaco de Wet
Top achievements
Rank 1
Yavor
Telerik team
Share this question
or