-
HI all, I am using infragistics xamgrid with few predefined textcoumns. I have a button in the same screen when I click on the button I need to hide 2 columns in the xamgrid. I want to do it through it's viewmodel class Can any one please provide me the resoution for my issue or any existing sample...
-
Hi, How can I have the first row in a grid fixed. In other words its should not scroll out of view.And its not a summary row. Thanks,
-
Hi all, I want to implement the following: Show xamGrid control with one custom combobox column; This column will contain custom control - a drop-down containing different xamGrid in drop-down menu The code is throwing exception: Value does not fall within the expected range. Since I have managed to...
-
Hello. When we are using many ImageColumns (10 or more columns) for a XamGrid then the Scrolling is going very slow. Is there any way to improve the scrolling for this situation?
-
Normal 0 21 false false false HR X-NONE X-NONE MicrosoftInternetExplorer4 Hi I Have a same problem, but no solution. I read article : http://help.infragistics.com/NetAdvantage/Silverlight/2011.1/CLR4.0/?page=xamGrid_Data_Annotations.html And applied [ DisplayFormat (DataFormatString = "{0:N}"...
-
Normal 0 false false false EN-IN X-NONE X-NONE HI, I am using xamGrid and I have the scenario mentioned below. I have a status column, when the status is changed to a particular status I need to set the follow-up date to null. I wrote the logic to set the follow-up date to null in data bound class (data...
-
Hello, I'd like to show hierarchical data ( such as in sample http://samples.infragistics.com/sllob/RunSamples.aspx?cn=grid#/grid/hierarchical-financial-data ). I'd also like to sort data. 1. The problem is that after pressing sort button ( all rows are expanded) rows that has children are sorted...
-
Hi, I am using xamGrid i have created column throught ColumnLayoutAssigned event like, CellTemp.Append("DataTemplate>"); CellTemp.Append("xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' "); CellTemp.Append("xmlns:x='http://schemas.microsoft.com...
-
Hi, When we're developing we're constantly changing column names and keys in the XamGrid. If these columns or keys do not match the saved preferences, we get a blank grid. I'm able to detect there has been an error by looking at the eventargs of the PersistenceLoaded event, but if I detect...
-
The example is good; however, how do I get two or more columns to have the data underline (hyperlink) effect?