inside the grid add this tags
<ExportSettings ExportOnlyData="true"/> <MasterTableView DataKeyNames="fldId" DataSourceID="DataSource1" AutoGenerateColumns="False"> <CommandItemSettings PrevFrozenColumnText="" ShowExportToExcelButton="true" ExportToCsvText="true" ExportToPdfImageUrl="true"></CommandItemSettings> </MasterTableView >.
Showing posts with label Telerik. Show all posts
Showing posts with label Telerik. Show all posts
Auto Upload a File in telerik
RadUpload has been replaced by RadAsyncUpload, Telerik’s next-generation ASP.NET upload component. If you are considering Telerik’s Upload control for new development, check out the documentation of RadAsyncUpload or the control’s product page. If you are already using RadUpload in your projects, you may be interested in reading how easy the transition to RadAsyncUpload is and how you can benefit from it in this blog post. The official support for RadUploadhas been discontinued.
Conditionally enable/disable required field validators (validations) in telerik
add CausesValidation="false" in the butt.
Remove Add new record but keep refresh telerik rad grid
You can hide the AddNewRecord button this way:
<MasterTableView CommandItemDisplay="Top" ...>
<CommandItemSettings ShowAddNewRecordButton="false" />
...
Please examine the following link for more information:CommandItem Overvi.