Hello,
I am currently changing the design for a ListView item (IconView) and have created a custom class which inherits an IconListViewVisualItem.
One of the elements in the custom class is a LightVisualButtonElement.
I would like to change the cursor for this element into the Cursors.Hand.
Is there a way to accomplish this? Or do I need to use another element type?
Best regards
Patrick Vossen
dgv_Pareto.Columns[
"Pg"
].DisplayIndex = 0;
dgv_Pareto.Columns[
"Part"
].DisplayIndex = 1;
Hi I'm trying to figure out how to get a messagebox or dialog to popup which I click on a cell in my gridview. Inside the popup will be 3 radiobutton to change which is what will determine what is show in that cell and a save button to save the change. I've been looking online, and I came across a recommendation to use user control. I've created a user control with the layout done, but I'm not sure how to bind it to cell on my gridview and how to control the function of the clicks inside the user control. I've attached what I would like it to look like below:
Regarding my last post about Bot Framework 4.0. What I am really try to do is get Adaptive Cards JSON to show as a card in the chat viewer it doesn't need to be through the Bot Framework.
Thanks -Tim
Do you have any samples using Bot Framework 4.0? I am trying to make a sample rendering an adaptive card.
Thanks -Tim
Hi.
I've followed the steps in this how-to to set up a hierarchical grid:
http://docs.telerik.com/devtools/winforms/gridview/hierarchical-grid/object-relational-hierarchy-mode
Now I want to generate the columns in the child template myself to avoid displaying internal fields like database IDs etc..
Even in your example in the 'Manually generating hierarchy mode' section you add columns in the CreateChildTemplate() method, but never turn off the autogenerated columns. So, as in the figure shown, you just add the columns additionally to the autogenerated columns.
If I set the template.AutoGenerateColumns = False, then the database relation somehow gets broken. However, the subdatasets won't be shown after clicking the expand button.
Regards,
Bernhard
Hi Admins.
I have a requirement to Load/Populate Ondemand hierarchical DataGrid.(Detail grid should be shown on RowClick)
I have searched the forum but every example i found is building hierarchical gridview by using the DataSet.
But i want to do this by Using DataTable / Querying the Database.
How can i achieve the above stated requirement.
Please provide any example.
Thank you
Dear support team,
I have written an application with 10 forms and need to manually copy code and ressources from RadForm (debug version) to RadPageViewPage (release) and tweak few lines each time...
As you will probably agree, it's quite painful and hard to maintain.
Do you support the integration of normal RadForm in a RadPageView container ?
Or Do you have other tip for maintaining this, knowing that it is impossible to edit a derivated RadPageViewPage in Visual Studio 2008 ?
Best regards,
Fabien.
how can I do to create a column that is a GridViewTextBoxColumn with a button inside?
Like GridViewColumnBrowse, but I just need the Click event, I don't need the list.
Is it possible?