HI WELCOME TO KANSIRIS
Showing posts with label Telerik. Show all posts
Showing posts with label Telerik. Show all posts

export the data on excel or csv or pdf in telerik or cora sequence

Leave a Comment
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 >.

Auto Upload a File in telerik

Leave a Comment
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

Leave a Comment
add CausesValidation="false" in the butt.

Remove Add new record but keep refresh telerik rad grid

Leave a Comment
You can hide the AddNewRecord button this way: <MasterTableView CommandItemDisplay="Top" ...>     <CommandItemSettings ShowAddNewRecordButton="false" /> ... Please examine the following link for more information:CommandItem Overvi.