How can I find out the selected layout (list, small icon, etc.) chosen by the user at the point the dialog is closed?
Thanks
Steve

Hello
I would need to calculate the height of a grid as it would be if all the rows were visible.
I need this value to change the location of another element just below the grid.
More precisely, the grid and the other component are located within a tablelayoutpanel that has two rows, the top one is of variable height and the second of fixed height.
When the form is resized (or the grid re-loaded), I can have two situations:
1. the grid does not fit in the available space of the first row, in this case I do not need to adjust the position of the second row of the table layoutpanel
2, the grid does not fill the available space of the first row. In this case I need to change the height of the second row in order to have the second element "just" below the grid without having a large white space between the grid and the second element.
I have tried to calculate the grid height as the sum of individual gridrow height but since the gridheight of a non visible row = -1 this does not work.
Therefore I would like to have the height of the grid as if all the rows were visible and the I can proceed with my redimensionning of the layoutpanel.
I am not sure my explanations are clear ..
Thanks in advance for any suggestion
Best regards
Pierre-Jean
I would like to remove the Group option from the DataFilterAddNodeElement dropdown list when I'm adding to an existing group. Basically I only want to allow adding expressions to groups and prevent nested groups from being created. However, I still want to allow adding groups to the root node, just not to other groups. Is there a way to hide or disable the Group option in this scenario?
Thanks
Hi Team,
When click or double click in the field and the full number doesn't get highlighted on the RadMaskedEditbox.
Video Link : https://ttprivatenew.s3.amazonaws.com/pulse/suganya-gmail/attachments/16655538/TinyTake24-04-2021-01-52-14.mp4
We need to load the Phone number Textbox value as 713-000-0000 ("(###) ###-####") while loading but when i try to enter the value the RadMaskedEditbox value it should allow to type 18 characters ((###) ###-############)


Hi,
How can I prevent the DragDrop operation in the File Open and File Save dialogs?
Thanks
Steve

Hello!
I've got an Unbound RadGridView control that loads without issue.
Each row includes a Hierarchical grid.
I control the main grid column header height with this: gridTest.TableElement.TableHeaderHeight = 15
but I have not been able to figure out how to adjust the Hierarchical grid's column header height.
Any help you can offer would be appreciated :)
-C
RadDateTimePickerArrowButtonElement button = (RadDateTimePickerArrowButtonElement)this.DateTimePickerElement.ArrowButton.Children[1].Children[1];
((ImagePrimitive)button.Children[4]).Image = ImageLibrary.Calendar;
which failed because the first Children[1] did not have any children resulting in a null reference.
I also tried this which looked obvious ...
this.DateTimePickerElement.ArrowButton.Image = ImageLibrary
.Calendar;
but the appearance of the control did not change.
#5
When my custom control sets
this.Format = DateTimePickerFormat.Custom;
this.CustomFormat = "MM/dd/yyyy - ddd";
these properties are ignored and must be explicitly set for each control where implemented. Other values like
this.NullText are inherited from my controls as expected.
Hello
I would like to set grid lines width to bold them in gridview. Is it possible?
All the best

I am using the 2016 Q2 release of the RadCalendar control...
I have reviewed the years old threads regarding the week selection in a Calendar control and I am still unable to achieve what I am after. Hopefully someone can help...
When the form is loaded, I want the Calendar to display the month for the system date, and select all days in the associated week for the system date, using a Sunday - Saturday week format. So if today is Aug 3, 2016, I would want the Calendar to display 7 columns, 6 rows, showing dates Jul 31, 2016 to Sep 10, 2016, with the dates for the current week, Jul 31, 2016 to Aug 6, 2016 selected.
Additionally, if the User selects any other date in the Calendar, I want to clear to previous week selection, and select all days in the associated week for the select date, using a Sunday - Saturday week format. So if User selects Aug 24, 2016, I would want the previous week to not be selected, and select all days for which the selected date falls between, Aug 21, 2016 - Aug 27, 2016.
In the end, there would only ever be 7 days selected in the Calendar which would equal 1 week in time.
Any guidance would be most appreciated.
