Hi,
When I set grid in InCell edit mode, I have to click on grid cell, so the textbox control for edit becomes available. Can I set it active/available for edit once grid is loaded and avoid clicking on the cell?
Current scenario:
1. Grid is loaded
2. Click on the cell I want to edit
3. Text box is shown with the value for edit
4. On focus lost the updated value is shown in the cell and text box is gone
Desired scenario:
1. Grid is loaded
2. No need to click on any cell, all available cells for edit are showing text boxes with the value for update
3. Update desired values in the grid cells text box
4. On focus lost the updated value is shown in the cell and text box is gone
Thanks,
Max
I have a context menu being opened by right clicking on a row in my grid.
One of the sections is "Delete Item" which when clicked on shows a Dialog Confirm window.
The problem I am having is the Confirm window is showing, but the context menu does not close (go away) so both items show on the screen (and sometimes overlap).
Is there a way I can manually close the context window when an items is clicked on?
Is there any way to make the icon appear to right of the text instead of the left?
I have tried messing with css to get this work, but as of now, have not had much luck.
Would be nice if there was an IconPosition Setting on the button.

Hi,
I have to bind dropdown list in popup from Telerik grid when you click on edit. Now i wanted to get the selected value from grid.
Please help me out on this issue.
Thank you.
Is there a way to make the TelerikGrid not Width 100% as on mobile devices it looks very small, I would like it to be scrollable and show the entire header texts
I have just started with Telerik UI for Blazor, using the CoffeHouse demo app.
There is an example using the grid for creating a product and on an existing product upload a document.
I would like to create the product and also upload a file when adding a new product.
The code should first create the product, then upload the filestream.
I have a data structure where a user can have many documents. There is a table for the user, the document metadata and a table for the BLOB data.
I have the CRUD working but unable to find a good way to use the grid pop-up together with the upload component
I am opening the dialog from a modal window is there a way to have the dialog disable/turn grey the modal window as well as the page. With the way it works now you can keep entering data on the modal window.