Scroll Bar position in Ultragrid - c#

Currently, I am using an Infragistics UltraGrid in Windows Forms application. I have columns generated in the grid dynamically. I have nearly 20 columns inside the grid and therefore also has a horizontal scroll bar in the grid. I have all my columns in disabled state (read-only) except the last one.
But now the problem is, whenever I open the application, the grid is loaded with the scroll bar on the extreme right side to show the active column. But I want the scroll bar to be on left side so always the first column of the grid is visible. I could not find any scroll bar position related properties in the grid. I also tried seeing some scrollbar related events but nothing worked. Do anyone have any idea what can be done. I have also posted this question in Infragistics forum and waiting for answer. Could you please help me to get around this problem?
I am also unable to understand what code sample is to be posted. I dont think of any helpful code extract for this problem.

I try to reproduce your issue using our latest available version - 13.2.20132.2010, but without success. The grid show the first column. Could you please tell me what is your current version. Are you able to upload small sample that reproduce this issue. I`ll be glad to research it for you.
Are you using Save/Load layout methods of your grid, because this is one possible reason for this behavior or maybe somewhere into your code you call Scroll methods.
Let me know if you have any questions.

Related

How to autoscroll through a datarepeater display?

In my webforms site in asp .net using c# in VS2015
This is a dashboard application, and
I have a situation where i have datarepeaters which have a row count that do not vertically fit on a display.
What i would like to do is do a auto scrolling data repeater, where the repeater starts from record 1 and gradually scrolls down to last record. Once it hits the last record it should go to the top record and start again.
the marquee tag has been deprecated, and most of my attempts at using various jquery functions with the help of internet haven't really worked out.
Can someone please help?
Finally found a way to do it myself.
Used jquery ticker.

Telerik RadChart Control - Data is not displayed near the edges of the chart

I'm working on a WPF application and using the Telerik RadChart control.
I'm having the following issue:
The number is not displayed for the first and last columns/series.
When I have less columns, everything works great, as in the following image:
I'm not sure what causes that, and really hope to get any suggestions (maybe its a lack of space, but I'm not sure how to solve that). Thanks!

Drag-fill in Infragistics XamDataGrid

I got the requirement to implement this excel-like feature in the existing xamDataGrid in the application. For those who don't know what it is, they want to drag a cell (using rclick) and by doing so copy original cell value across the selected cells. Before I start digging in the code, maybe I can save myself some trouble.
Is the feature maybe available "out-of-the-box" for xamDataGrid? I couldn't find anything in docs or the web, but maybe I searched wrong.
If not, any recommendation on how this would be doable by custom code.
I am still rather new to xamDataGrid object model and requirement is rather urgent.
Drag fill behavior for the XamDataGrid would be a feature request as it isn't built into the control. For this you should reach out to Infragistics through either the forums or a support case. You can find links to each from the get help page:
http://www.infragistics.com/support/get-help.aspx

Databound Labels not reflecting changes after TableAdapter is filled?

I'm experiencing a strange behavior and I've spent many hours trying to figure out what's going on to no avail. The situation is that I have several labels that are databound to database fields, and that after I run a fill command on the tableadapters that these labels are databound to (which the data inside changes), the labels do NOT reflect the changes made in the tableadapter UNTIL I click another textbox-like control on the screen (ex. A datagridview cell, any textbox) OR clicking any button. Note that these controls have no code at all that relates to these labels.
This program is written in C# and unfortunately I'm not sure if any code snippets will help.
This program was inherited by me and made by another programmer so unfortunately I'm not too familiar with how it works, but I've been tasked with fixing this bug and keep coming up short. I have checked all the code in all the events that could possible relate to it and nothing is working. Any help is much appreciated, thanks in advance!
Try calling Invalidate() on the parent control of the labels.

Selecting multiple check edit boxes in a grid control

I'm trying selecting multiple check edit boxes when added as a repository item in a grid control, but at the moment it only allows me to select one at a time. So far I've seen that one need to unbound the checkedit's. But I don't know how to do this.
Does anyone have good examples or links of how I can get this working.
Because what I need to do is select certain option in the beginning of a process and then late display the exact same selections but still with the unselected ones
Thanks
The functionality you are asking about is the default one for XtraGrid, DXGrid (WPF). I believe that you are using XtraGrid and do not understand the problem you ran into. Everything should work properly and should not require additional adjustments. Could you please explain the problem in greater details. If the XtraGrid does not allow the end-user to edit its data, we need to know which DataSource you are using.

Categories

Resources