I need to show a multi-column list within a gridview cell (read-only). I've read the documentation on creating custom cells but can't figure out which element to use in my custom cell. If anyone has any sample code or could simply advise which RadElement to use, I would really appreciate it.
I have a need to show a table-like representation of a list of data within a cell of my gridview. The gridview is bound to a custom collection of objects and I need one cell to show codes related to the object. It should show the codes as a 3-column table (or list) with columns: ID Code Description. I can't use a nested gridview for this because the user should not have to expand anything in order to view the codes - they need to be visible directly in the main gridview's cell. The gridview is read-only. Is there any way I can accomplish this?
I've been evaluating your controls, one issue that seems to be happening is that when I'm using radform for mdi children, the forms are not drawn correctly initially. They are missing the control box of the title bar. It just isn't being drawn correctly. If I minimize the mdi/child form, the title bar is not drawn correctly. Thinking it was the video drivers or an issue possibly with video memory addressing, I updated to the latest video driver set. No correction of issue.
I'm running:
Windows Vista 64 SP1
ATI Radeon 3600 series video card.
4 Gig of RAM
9750 AMD Quad-core processor.
Hello
i have a Hierarchical grid that i want to press key Enter on child rows to open another form but i can't control that it is the parent row or it's a child row.
Would You please help me how can I understand that selected row is Child row or parent row?
I have a gridview where I set AllowAddNewRow=true so that I can click where it says "Click here to add new row" when the grid is in edit mode.
The issue that I'm having is that after I click to create a new row and fill in the columns, I click somewhere else on the form (not on the grid) which appears to add the new row to the grid, but it also starts creating a 2nd new row. Having the start of the 2nd new row doesn't happen when I click on the grid itself (that adds the new row and brings back the "Click here to add new row" message).
Is there a way to stop the grid from creating this 2nd new row automatically? What I'd like to be able to do is click to create a new row and fill in the information for that row, click anywhere on my form to trigger the new row getting added to the grid, have the grid's selected row point towards the new row, and have the "Click here to add a new row" be displayed on the grid again.
I'm sure there's a way to do this, but I'm fairly new to Telerik and not sure how to accomplish this behavior. Thank you for any assistance!