obj.getDataProperty('count') returning 0 ?
Me again,
In the given example /examples/grid/basic.htm add a button like this
When clicking, it pops '0' :-(
All I want is to get the row count using grid object. What is wrong here?
Thanks in advance.
In the given example /examples/grid/basic.htm add a button like this
<input type="button" onclick="alert(obj.getDataProperty('count'))" value="Show Count" />
When clicking, it pops '0' :-(
All I want is to get the row count using grid object. What is wrong here?
Thanks in advance.
Sudhaker Raj
July 15,