Hi,
I am new to radcontrols. Started using this week.
My problem is I want to get the column value inside a row of a radgrid. I am using the cde bewlo
Instead of getting the value of multiplier, I am getting the HTML. Please help.
I am new to radcontrols. Started using this week.
My problem is I want to get the column value inside a row of a radgrid. I am using the cde bewlo
var mymultiplier = MasterTable.getCellByColumnUniqueName(dataItem, 'Multiplier');
Instead of getting the value of multiplier, I am getting the HTML. Please help.