Hi,
When the record count is more than 500, the loading time of the appointments on the scheduler, loading time of the unassigned calls & drag & drop the assigned calls on the scheduler is taking more time to load, as we have used for loop function for binding the records.
To reduce the time taken we have used parellel.for threading concept but this is not applicable for the below functions.
=> scheduler.Appointments.Add(appointment)
=> scheduler.PerformLayout()
=> scheduler.Refresh()
It is a big problem for us, Can you please suggest if there a concept/method to reduce the loading time in the radscheduler?
Video link mentioned below for your reference.
Video Link : https://ttprivatenew.s3.amazonaws.com/pulse/suganya-gmail/attachments/12503756/TinyTake14-02-2020-05-55-27.mp4
Hi
i use link bellow to produce custom filtering in MulticolumnCombobox and it work well
https://www.telerik.com/support/kb/winforms/details/use-custom-filtering-to-search-in-radmulticolumncombobox
but i want have filtering row in in grid too. what can i do to achieve this?
when i enabe and ShowFilterRow in grid and try to filter in filter row nothing happen and the popup close. could you please give me a c# sample
code to achive both filter by row filter and filter by all columns?
thanks
Hi,
Can I set hover style for link in html?
it's style not working:
a:hover {
color: #3ca9f6
}
Hi, I've been researching and trying to understand the custom filtering, but can't seem to understand it. I currently have a gridview with 5 columns. I plan to have 4 text box and 1 dropdown that I want to use to filter the gridview. I have tried the custom filtering from (https://www.telerik.com/videos/winforms/filtering-and-expressions-in-radgridview-for-winforms) but this is more on the style and doesn't hide the non-filtered rows. I have tried to understand the custom filtering row in Demo application >> GridView >> Filtering >> Custom Filtering Row however, this is a bit too complicated with the usercontrols... I've attached what my page looks like... I can't seem to get the filtering on this page correct. Can someone help?
1.
protected
override
void
SetContentCore(
object
value)
2.
{
3.
this
.RowElement.VisualCells ...
// this contains only the visible cells
4.
}
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.