Is there an easy way to save and load a layout directly from a database field, i.e. an Oracle clob field assigned to a string field, without having to save it to disk. I could also use a blob field and an array, but since it's just a xml file a clob would be better.
I'm loading data into a GridView and then programatically applying a multi-column sort. I'd like to place the user on the first row of the sorted results when the grid opens. The code:
this.gridChanges.Rows[0].IsSelected = true;
Seems to place the user at the first row of the unsorted data. How you I place them at the first row of the sorted data?
Just recently, last two weeks, I have been getting a design time error in a winforms project I am working on.
The error in a Visual Studio dialog: Code generation for property 'PrintCellPaint' failed. Error was: 'Object does not match type.'
It appeared to occur only when I have a radgridview on a radPageView page and when I select a different page then save the form.
if the radGridView is databound the error changes to: Code generation for property 'PropertyChanging' failed. Error was: 'Object does not match type.'
To test I tried this on a fresh winfoms project. VB or C#.
Added a radPageView with two pages.
Added a radGridView to one of the pages saved and opened the form. Select the other page and try to save the form. I get the above error.
Remove the RadGridView from the pageview and put it anywhere else on the form. No error.
Modifying any other control, resize a button, before saving: no error.
I also get the same error if I use a radDock instead of a radPageView.
I have tried this on two different machines, one with windows 8.1 and the other with windows 7. Both have VS 2013 profesional with update 1 and the Telerik winforms controls v.2014,1,402,40
All references to assemblies seem ok.
I have tried a repair on the winforms controls via the Telerik control panel, a repair of Vs2013 and a repair of Vs2013 update 1. All to no avail.
Any insights welcome, or any advise on how to diagnose the error further.
Hello
In my solution, i added a scheduler, with no binding datasource. I am loading data to the scheduler from a database table named "Remndr_table".
First,
When i am loading appointments from the database, the past appointments does not pop-up, even if i set the dismissed = false and the startreminderinterval before
Second,
How can i add new record to "remindr_table" when the user add a new appointment to the scheduler, and how to delete the record it if the user delete the appointment.
I don't want to bind the data...
Third
I made a customappointmenteditform, and i follow the demo steps "Adding a custom field to the EditAppointment dialog"
Everything goes fine.
Only one thing, i am not able to open from the reminder window, the appointment in my customappointmenteditform.
How can i do that.
i have the following, and it opens the normal editappointmentform
Private Sub radReminder1_ItemOpened(ByVal sender As Object, ByVal e As RadOpenItemArgs)
Dim editAppointmentDialog As New EditAppointmentDialog(CType(e.RemindObject, IEvent), sche)
editAppointmentDialog .showdialog
end sub
I have a RadGridView(Telerik) that contains data. I don't want to see / want to see some columns in Excell or PDF but I can't hide column for Exporting. How can I do this ? Also, When exporting checkbox columns it is seen true/false in PDF but I want to see this different for Example 'Yes' 'No'.
When i try to change Row color after checkbox checked my Row color changed only after i chaned another Row checkbox for example if i checked Row the color not changed and only after checked another Row the first Row color changed and same thing when unchecked.
Please see my code: