I'm a bit blown away that with all the demos that Telerik displays to feature these components, outside of DataGrid, you can't find an example on how to save user input. I mean, we're not building static websites, guys.
So, I've successfully fed data to a Dialog with a nested CheckboxGroup. My checkboxes appear with labels supplied by the data. If a user makes changes to the checkbox selections, I want to persist those changes when they click on the Dialog's "Save" button. How do I persist the data back to the controller? There's plenty of explanations for DataGrid, but, what about all the other components, like CheckboxGroup/Dialog.
Thanks in advance
So, I've successfully fed data to a Dialog with a nested CheckboxGroup. My checkboxes appear with labels supplied by the data. If a user makes changes to the checkbox selections, I want to persist those changes when they click on the Dialog's "Save" button. How do I persist the data back to the controller? There's plenty of explanations for DataGrid, but, what about all the other components, like CheckboxGroup/Dialog.
Thanks in advance