I am using Telerik RadGrid. It's search functionality work great whilst you are using English. When you have some Arabic text its search won't work
I have resolved the issue. It was not specfic with RAD Grid. Sorry
I am using Telerik RadGrid. It's search functionality work great whilst you are using English. When you have some Arabic text its search won't work
//clear Add Holding Event Inputs function fnClearHoldingEventInputs(sender, args) { rdpEventStartDate.set_maxDate(maxDate); rdpEventEndDate.set_minDate(minDate); rdpEventStartDate.clear(); rdpEventStartDate.get_dateInput().clear(); rdpEventEndDate.clear(); rdpEventEndDate.get_dateInput().clear(); $('.riTextBox').val(''); //to remove error class from raddatepicker UI bug $('.riError').removeClass('riError'); rdpEventStartDate.set_showPopupOnFocus(false); rdpEventEndDate.set_showPopupOnFocus(false); rdpEventStartDate.get_dateInput().focus(); rdpEventEndDate.get_dateInput().focus(); rdpEventStartDate.hidePopup(); rdpEventEndDate.hidePopup(); rdpEventStartDate.set_showPopupOnFocus(true); rdpEventEndDate.set_showPopupOnFocus(true);}


<CommandItemSettings ShowExportToExcelButton="true" ShowExportToWordButton="true" ShowExportToPdfButton="true" ShowRefreshButton="false" ShowAddNewRecordButton="false"></CommandItemSettings>