Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

How to get Grid Row item with cell values in client template check box onclick event without grid selection option

$
0
0

Hi Team,

Please give sample to get rowitem with all cell values of that particular row in kendo grid and without enabling selection option. 

columns.Group(g => g.Title("Access").Columns(a=>
        {
            a.Bound(p => p.IsRead).Title("Read").Width(50)
                .ClientTemplate("<input type='checkbox' #= IsRead ? checked='checked' : '' #  onclick='GetRowRead(#= IsRead #, #= IsWrite #, this.checked)' ></input>");
            a.Bound(p => p.IsWrite).Title("Write").Width(50)
               .ClientTemplate("<input type='checkbox' #= IsWrite ? checked='checked' : '' # onclick='GetRowWrite(#= IsRead #, #= IsWrite #, this.checked)' ></input>");
        })

 

 

Thanks

Senthilkumar N


Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>