I want to create a Checkbox to select a row in a grid..? Is it possible..?
with the help of it I want execute some actions such as edit and delete..?
with the help of it I want execute some actions such as edit and delete..?
Hi Nalla,
What your screenshot displayed is our composer page, not mashup or widgets, which means we cannot have an exactly the same design on your mashup. I designed a sample that may work for you.
1. Create a State Definition named TableControler

2. Create a Mashup and add Radio button and Grid widgets on the mashup
The Grid should be set up as my first replay.
The Radio button should bind TableControler for it's ButtonStates

3. Customized service to response delete and update event is very important. My customized service named UpdateorDelete

4. Bind Radio Button's Selected Text to UpdateorDelete's input parameter
Bind Radio Button's SelectionChanged event to UpdateorDelete service
Bind Grid's EditedTable to UpdateorDelete service
Bind UpdateorDelete's ServiceInvokeCompleted event to GetDataTableEntries.
The run time page is like this.

Best Regards,
Lily
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.