How does DataBound works on Kendo Grid -


i'm displaying @ least 5 different types of notes, i.e. client note, system note, project note, contact note, , forth using same kendogrid. depending on type of note want edit, i'll need disable of dropdownlist or texbox controls.

in asp.net gridview control, i'd plug logic inside ondatabound method, row that's being edited, , search controls want interact with.

i've noticed kendogrid has databound event this

databound: function (e) {    //...                 } 

is possible know access row being edited? if so, possible access underlining data?

maybe there event such onediting.

thank helping.

there edit event kendoui grid. believe looking for.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -