Quantcast
Channel: Telerik Forums RSS
Browsing all 78072 articles
Browse latest View live

How to get a list of visible columns server-side

Hello Al, You can traverse the Columns collection of the grid and check their Display and Visible properties:List<GridColumn> columns = new List<GridColumn>();foreach (GridColumn column in...

View Article


Hide times with keeping position for others times

Hi,I want to hide some times in the TimePicker without loosing the position of the displayed times. Currently, when I set the StartTime and the EndTime, the removed times are "collapsed" in the...

View Article


Handling click of connector

I would like to handle a double click event on a connector. For shapes there is a OnShapeDoubleClicked, but I can't seem to find a way of handling the double click of an connector.I tried handling the...

View Article

Displaying limited number of labels.

Hi Patrick, There is no way of doing this automatically. However, there is way to implement the required behavior using our charting component. The key still is using the MajorTickInterval property....

View Article

Help with no-mask

Hello Jason D, Using the FormatString property of the control you can't restrict the input. From your last reply, we assumed that you are using Mask="" because you don't want placeholders. If this is...

View Article


How to access column name from column template?

Thanks Nioklay, I think that works as, based on the index I can access the column object.

View Article

Compatibility with PRISM

Hello Steven, I was able to download your project and change the extension. However, it contains the same code as the one provide in GitHub. I couldn't find any difference. About the project from my...

View Article

Changing layout milestone carets etc

Hello Victor, Thank you for writing. You can access each of the elements in a formatting event and if needed sets its Visibility property to Collapsed: private void...

View Article


Binding to DataViewManager

Hello Staffan, I am sending  you a sample project which demonstrates how to use DataViewManager and our RadGridView. Please note that if the DataViewManager contains two or more tables, you must...

View Article


spinning wait cursor duing create/update

Hello, To show a progress indicator during update you can try attaching handler for the Save event as shown below:.Events(event=>event.Save("onSave"))    ....  <script type="text/javascript">...

View Article

Enum TypeConverter and description

Hello Raphael, Another way to achieve the desired behavior would be to use the approach suggested in this blog post. I'm attaching a sample project with the implementation. Please let me know whether...

View Article

Server side control paging through data MVC vs Kendo UI

Hi Gary, Where the filtering, paging and etc. operations are performed can be controlled through the DataSource's configuration options. Configuring the server-side however is a completely different...

View Article

Handling filter by my own

Hi, In my project, I can't set all data in ItemsSource. I want when user filter, I set data to ItemsSource(note: I don't want Telerik to filter current data). I handle the Filtered event and I set My...

View Article


Sync TrackBall Move on Two Charts

Hi Volodymyr, We are not aware of such exception when you synchronize TrackBall of several charts and we weren't able to reproduce it on our side. That is why we would ask you to send us sample project...

View Article

Implementing "Select All" Checkbox

Hi Team,I am working on Multilevel Gridview in winforms( 4 Levels)I have Select All Header Checkbox in the GrdiviewCheckBoxColumn in all the four levels.My requirement is,When I check/Uncheck the...

View Article


Kendo format string puts literal '?' in the wrong place

Hello Mike, After testing the newly provided scenario, I can confirm that indeed the result is unexpected. I created an issue in our GitHub repository and forwarded it to our developers for fixing. You...

View Article

Need To Always Show Insert Row With Detail/Child Grid

Hello Alex, You can try to use the DetailTableDataBind event handler and set e.DetailTableView.IsItemInserted to True. Alternatively, you can traverse the inner tables manually and set the...

View Article


Tab key navigation in radgridview with scroll

Hi Amit, You can try to set the KeyboardNavigation.IsTabStop="False" for the StackPanel which is placed in CellTemplate. If this doesn't help, may I ask you to provide a runnable project which...

View Article

How to Clear RadGrid??

Hello Jonathan, Have you tried supplying an empty array to RadGrid as suggested by Viktor? Regards, Daniel Telerik by ProgressDo you need help with upgrading your ASP.NET AJAX, WPF or WinForms...

View Article

Multi-Column--Get Column Value From Selected Row

Hi there,I have similar question on how to Get Column Value From Selected Row. I'm working in Telerik UI for WinForms.like for instance I have 2 columns display on RadMultiColumnCombo Name and ID. want...

View Article
Browsing all 78072 articles
Browse latest View live