This question is locked. New answers and comments are not allowed.
Hi,
I have list of entity having five properties..
1.> Name
2.> Type
3.> Value
4.> DefaultValue
5.> List Values
Now in Value column I have to show the controls according to its Type..
Like if type is Dropdown then I have to show drop down in value column in that perticular row and if the type is checkbox then I have to show checkbox to user for taking input from the user. Then i need to set the "DefaultValue" for that control and need to set dropdown "ListValues" if Type is Dropdown..
And finally whatever user will input into value (using Drop down, checkbox, textbox, or timepicker), i have to save those values to database..
So how i can do that with Telerik gridview..?
Thanks in advance..
I have list of entity having five properties..
1.> Name
2.> Type
3.> Value
4.> DefaultValue
5.> List Values
Now in Value column I have to show the controls according to its Type..
Like if type is Dropdown then I have to show drop down in value column in that perticular row and if the type is checkbox then I have to show checkbox to user for taking input from the user. Then i need to set the "DefaultValue" for that control and need to set dropdown "ListValues" if Type is Dropdown..
And finally whatever user will input into value (using Drop down, checkbox, textbox, or timepicker), i have to save those values to database..
So how i can do that with Telerik gridview..?
Thanks in advance..