I have a grid, and a combobox column and datetime column that I added programmatically inside the grid.
The datetime column and combobox column initially look like any other text column. However, once you click on them, a small triangle appears on their right.
In the attached pictures, the first 5 columns text column, 6th datetime and 7th combobox column. But they all look like text columns.
How can I change the initial appearance of these two columns; for example, can I display a calendar icon to the right of the DateTime column and a triangle to the right of the ComboCox column?

Hi,
I have a gridview with multiple (currently 4) rows and multiple groups (7) that I used the designer to do. Is there any way to have where some of the group with only 2 columns, can their height be spread equally along the height of the 4 rows? Right now, it's like 1,3. I would like 2, 2..
In the pic attached, the last group has 2 columns: p/s and process... p/s is only taking up 1 row, and process taking up 3 rows. I want that to be 2 rows and 2 rows. Similar for the width1,2,3, since they are 2 rows of text, I would like it to be taking up 2 rows space instead of the just row 1.

Hi,
I'm trying to use the RadPopupContainer/RadPopupEditor to replicate a numerical keypad that should pop up when requested.
To make the keys work correctly, on my previous occasion I was using windows controls. I'd watch the Leave and enter event of a textbox and the Validation of that textbox to drive the appearance of the caret to always be in the textbox whilst click controls outside it..
Im trying to replicate this using the Telerik control set and I've got all 3 events attached to the textbox sited on myRadPopupContainer and none of them are firing at all.
Any advice please?

Hi.
My laptop was formatted and i reinstalled vs2013 and loaded all my projects.
my major windows desktop project having telerik controls failed to load. this project is very important to me.
can you assist me in getting thru this message.
Error3
'Could not load file or assembly 'Telerik.WinControls.UI, Version=2016.1.216.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)'C:\atq.projects\gesTerminalAndWorkshopApp\LCWorkshopAndTerminal
FYI My running telerix.win.controls was 2016.1.216.40.
Attached is the screen print of the error.
I own a license of Telerik - DevCraft Complete, With UI Libraries for every .NET platform.
Need your assistance to get back my project running.
Thanks in Advance

Hi.
We can change the shape of the radcheckbox object. Star, circle, diamond etc. we can give shapes. But is it possible to shape the checkbox inside the checkbox column?

Hi Admin,
I would like to know same spacing between each diagram in below pic

Hi
I have a self referencing grid (using something like .Relations.AddSelfReference(.MasterTemplate, "ID", "IDParent")) and using .BestFitColumns() to automatically adjust columns width.
The ID column that contains (the column showing the hierarchy) is not adjusting for all the levels.
I needed to set the MinWidth property of the column to try to set a better width.
Is there something you can do?
