or
if(j[0].checked){h.show(); j[0] is null or not an object. I can find no functional difference between the two versions.Here is the code from RecurrenceEditor.js: _initializeRecurrenceCheckbox: function()
{
var id = this._baseId;
var recurrencePanel = $($get(id + "_RecurrencePanel"));
var recurrentAppointment = $($get(id + "_RecurrentAppointment"));
if (recurrentAppointment[0].checked)
{
recurrencePanel.show();
}
If you have any insight on what could cause this error we would greatly appreciate it. Thank you
<
tr:GridClientDeleteColumn ConfirmTextFields="ProductName"
ConfirmTextFormatString="are you sure you want to remove {0} from your order?"
HeaderStyle-Width="35px" ButtonType="ImageButton" ImageUrl="~/images/icons/cart_remove.png" />
Hi sir,
I am using telerik Radgrid , I want to reload the RadGrid in every 5 seconds (for getting new value from data base). When reloading the page the selection was disappearing, please provide suggestions.
Whether the RadGrid provide any feature for getting data from database continuously, not even rebinding