It seems that I cannot display the exact sum of each group in the radGridView.
I want is to add the sum of the Column A group and the sum of the Column B group belonging to group A,
respectively, and the total at the bottom.
If I want to implement what I want C#, I want to know how to implement it.
I want you to show me how useful RadGridView is.
Please refer to my attached file.
This should be simple, I'm editing the data in the rows and I'd like those changes to be saved back to the database.
I have attached a screenshot to make it more clear.
In the screenshot i've circle my rows that i would edit and have its changes saved to database.
I'm using c# winforms, and my database is using microsoft SQL server
Hi,
If i Scroll to n'th row.
RadGridView.TableElement.ScrollToRow(n)
How to find current Scrolled row ?
Thanks..
Greetings,
The below code throws an exception : 'Unable to cast object of type 'System.EventArgs' to type 'Telerik.WinControls.UI.Data.PositionChangedEventArgs'
RadTreeView1.LineStyle = TreeLineStyle.Dot
Any solution ?
Thanks for your attention.
Hi,
I scroll to nth row. So i want to set that row to current row. How is possible?
waiting for your favorable response.
Thanks.
Hi,
I'm using the RadListView control With IconsView View, Is it possible to align the items to the center?
I figured out i should play with the contols Padding property value to achieve this goal but i'm wondering if there's
a setting that handles this case (And keeps everything aligned after resize for example)
I've attached 2 images to show the normal behavior and the wanted behavior.
Thanks in advance! :)
I have a class like,
enum ConstraintType
{
Horizental,
Vertial,
Slope,
Offset
}
class Constraint
{
ConstraintType First {get;set;}
ConstraintType Second {get;set;}
}
I know the enum will be dropdownlist on the propertygrid.
I hope the candidate enum values of Second is Slope and Offset when the First equals Vertical.
I want to know how to display limited enum value in dropdownlist according to some other property.
Thanks.
Hi,
I have 2 questions about Image Editor:
1- I want to make the image which i open to fulfill the whole area, how?
2- I want to control the vertical menu width, how?
3- I want to add a button on top of the opened image, but I want to that the drawings to appear on top of the added button, how?
4- I want to add an entry to the menu (flag) where when clicking it it adds an flag png image to the image where i can drag/drop it and draw on top of it, any idea?
Thx
Hi,
I have a RadTreeView with MultiSelect = true. If I select more than one item in the tree and I right click the last selected item all items remain selected. If I right click any other of the selected items the current selection disappears and only the last clicked item is selected.
I'm using Telerik for WinForms Q2 2016.
You can test this behaviour with the WF Demo Application -> TreeView -> Selection
What can I do to keep the current selection?
Thanks in advance,
Peter