I am using RadGrid.
In its Insert Mode.I have RadTextBox and Label.
So all I want to do is when I write into RadTextBox and Lost Focus of it. A function should be called upon that and that function retrieves data from database and assign it to Label inside that Insert Mode.
So I’m not able to access controls inside the Insert Mode.
How should I call a function on textchange event of RadTextBox and how do I access Label inside that Insert Mode and fetch some data and assign to it?
Please check below code snippet.
Please add Jquery reference in your in project/page.
.js
.aspx
.aspx.cs