Title: Radio Group Editor on Datagrid Post by: anugrast on April 12, 2015, 10:18:22 PM Hai... I want to create datagrid with radio group editor... I try with datagrid extend like this:
Code: $.extend($.fn.datagrid.defaults.editors, Can anyone help me.... Title: Re: Radio Group Editor on Datagrid Post by: stworthy on April 13, 2015, 12:15:13 AM Please try the code below:
Code: $.extend($.fn.datagrid.defaults.editors, { Usage example: Code: <th data-options="field:'productid',width:100, Title: Re: Radio Group Editor on Datagrid Post by: anugrast on April 13, 2015, 12:41:26 AM It's works... by the way.... can I style it with CSS ? can you give me some example ?
Title: Re: Radio Group Editor on Datagrid Post by: anugrast on April 13, 2015, 01:16:05 AM I used datagrid inline editing... When edit several rows, the value of the previous row is missing..... Please help me... :(
Title: Re: Radio Group Editor on Datagrid Post by: stworthy on April 13, 2015, 01:43:39 AM Please update the 'workingRadioGroup' editor code in the previous post.
Title: Re: Radio Group Editor on Datagrid Post by: anugrast on April 13, 2015, 01:58:42 AM It's works like what I want.... Thanks for your help... Very very thank you.... You are the best :)
|