Hi, I've added to my grid a GridEditCommandColumn so that when I click the pencil icon a form opens up for me to edit the Item.
Using the example below I've tried to create a WebUserControl, but upon clicking pencil, nothing happens.
https://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/edit-form-types/defaultcs.aspx
Are there any step by step instructions on how to utilize this functionality? I'm trying to reverse engineer the demo but not succeeding.
Thank you

Hi, I'm trying to swap out the default pencil image when using GridEditCommandColumn. Can you please instruct on how to accomplish that. Thank you

I need some help. I have a table of type MasterTableView, along with DetailTables, however I do not know how to connect these components to a table or database query.
I attached two images, one represents the system as it is presented today, and the other image shows how it should look.

In my RadGrid, the AllowFilteringByColumn is set to "true".
In the filter row of a GridDateTimeColumn, there's the DatePicker. How can I enable keyboard navigation for the popup calendar?

I would like to take files selected, and automatically "Upload" them to my site without having to see the list of files or use another button?
Is this possible?
Thanks
Rog

Hello sir,
Is it possible to have the favorite option for my radwindow object ?
thank you for your reply.

I want export with image in the hierarchy Grid
1 biff can support image but not support hierarchy
https://docs.telerik.com/devtools/aspnet-ajax/controls/grid/functionality/exporting/export-formats/excel-biff-export
2. Other(HTML,XML) not support image export
Can you help me,how to export with image in the hierarchy Grid?

I'm exporting a RadGrid to excel using the BIFF format, but i can't find a way to set the exported excel file metadata properties like (Author, Tags, Categories...etc)
i know that when using HTML format there's GridHTMLExportingEventArgs e.XmlOptions property that we can use, but how can we do the same for BIFF format?

Dim _uxNotes As RadTextBox = New RadTextBox()_uxNotes.ID = "uxNotes"_uxNotes.Enabled = True_uxNotes.Width = 200AddHandler _uxNotes.DataBinding, AddressOf UxNotes_DataBindingcontainer.Controls.Add(_uxNotes)