Hi guys
I used a radgridview autogenarated through binding in a dataset
I have a column "Gender" that displays boolean values 1 and 0
Instead of displaying 1 and 0, I want to display a "male" or "female" values
Is there any way without changing the datatypes in the database?
Im using vb.net language
Thanks :)
I use RadGridView hierarchy first look.
Parent template has columns: A1, A2, A3, A4, A5
And child template has columns: B1, B2, B3, B4, B5, B6, B7
So i want that when i expanse a parent row then some columns in child template be visible and some columns be hide with different parent row.
Example: - When i expanse Parent row 1, if child rows has columns B5 and B6 is null or zero value then hide B5, B6 - When i expanse Parent row 2, if child rows has columns B7 is null or zero value then hide B7 (B1, B2, B3, B4, B5, B6 are visible)
Hi,
I have made used of RibbonBar on the click of the start icon of the ribbion bar i get the menu items this is fine.But for those each menu item i have the sub menu items the width and height is not proper (refer screen1).can anyone say me how can i do it i want as it is like in the screen2 .
There is a Contains method for the items collection that checks for a ListViewDataItem, however I want to check for the existance of a specific value. I want to insert a new item into the listview but only if a certain value does not exist in one of the columns. Is there any built in functionality for this? Or do i have to iterate through the items collection myself and compare against that column value?
I hope someone can help me. I have a SchedulerNavigator contained inside a ToolWindow. When the ToolWindow is 'pinned' to stay visible, the Navigator's TimeZone changes to to Saskatchewan! This has caused some serious issues when loading appointments into the associated scheduler.
In addition, I have a radio button in the same container as the navigator that gets it's click event triggered when the window is 'pinned' as well. What events are triggered when the window is 'pinned'? I figure I need to start there.
I have a CustomRadButtonElement inheriting from RadButtonElement. My objective is to add it to the list of components present in RadStatusStrip "Type Here". Is that Possible?