Hi,
If a user has changed a cell, and before they move to another row, they click on the Form's Close button, how can I force the update to that row/record? Right now, on the FormClosing event, I am calling EndEdit() and that is committing the change to the cell, BUT, if I call the Update method to my table adapter right after that, the change is not committed to the database.
I would prefer to NOT have to use a Save button.
Thank you,
Laura
Hi,
In the demo's, there is a project called "Ganttview Custom Painting" and it works fine.
I have a question regaring the layout of the standard objects like milestone caret or timeline-tast (rollup).
How can I change them (or not draw them at all)?
As the start and the end of a task in the graphical time line I would like to use different icons (newsituation.png)
Thanks
Victor
Amsterdam
Hello,
How can i show powerpoint slideshow (in view mode only) on Windows forms using telerik Winform Controls?
Is there any telerik control which will help to show powerpoint show
Please help!!
Hello,
May be this is a dumb question, but I cannot find how to make decimal column in grid to display and edit decimal data as it is, i.e
2
2.5
0.371
without any trailing zeros and not limiting to DecimalPlaces. For display purposes this may be not so big issue, but column spin editor rounding data to the DecimalPlaces, that is inacceptable at all.
And I still need to limit users on typing only numbers (minus, decimal separator) in the editor, and bind column to a decimal property, i.e. I cannot use plain text column, I think. Could someone suggest a solution?
I want to implement the possibility to allow the user to chose the page size for GridView. My Idea is to add a textbox or dropdownlost next to the textbox with the current page number.
How can this be done? I have tried but didn't find the solution by myself.
Thank you
I had a radRibbonForm as my main form in my application.
This form had background image which is set from local resources at run-time.
Is it possible to place a radDock control and make it fully transparent - so even if it's dock style is set to 'fill' the image on the background of the ribbon form will be seen?
I've tried adding an image (png) to the splitpanel but it does not centre or stretch:
radDock1.MainDocumentContainer.SplitPanelElement.Children.Add(imagePrimitive);
So, it would seem to be 'easier' for the dock control to be fully transparent.
Thanks folks.
Hi,
Im testing Telerik Winforms UI and i have an issue with forms wich contains RadRibbonBar. In general terms this is the case:
-- Create a MDI Parent form
-- Create MDI Child RadRibbonBar form
-- and when i call Show() evento of the child form this is the result:
[url=https://postimg.org/image/rhjjetn0d/][img]https://s14.postimg.org/rhjjetn0d/Error1.png[/img][/url]
Issues:
- Style broken i used Telerik Metro Blue
- Form Text shows black square
- Double Min, Restore, max buttons (both functional)
and when i use ShowDialog() Event
[url=https://postimg.org/image/xwikbhtq5/][img]https://s14.postimg.org/xwikbhtq5/Right.png[/img][/url]
I tried install previous versions but nothing
Anyone can help me?