python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Use Last Value in Column for Summary Instead of SUM
I have following code to remove the summary row/band value on a retrieve UI event. I'm certain this is the wrong way to do it but it works.
public UiEventResult AfterRetrieveData_111(object sender, R...
AlBundy
Votes: 0
Answers: 2
Set width of igx-select
I have multiple igx-selects that are used to display a drop-down list.
I want to change the width of this particular igx-select (not for all igx-selects that I have) as well as the font-size of the li...
ivs
Votes: 0
Answers: 1
How can I make an UltraTextEditor keep my line breaks in edit mode?
I have a winform with an Infragistics UltraTextEditor control. I can type in enter while editing the text. It saves just fine.
However, if I go back into edit mode, the control collapses the text int...
Randy
Votes: 0
Answers: 1
How can I run foreach loop into filtered row in Ultra Grid?
How I can run for loop only filtered rows into UltraGrid?
Suppose I've a Ultra grid about 1000 rows. But I need only run loop for 5 rows which I shall get by filtering
foreach (UltraGridRow row in grd...
Farabi Shohan
Votes: 0
Answers: 2