Ask a Question related to ASP.NET General, Design and Development.
-
Bob Schroeder #1
Microsoft or Infragistics Problem??
Description:
I have an aspx page that include both a dropdownlist and
an infragistics ultrawebgrid (version 2).
The problem is that the grid's UpdateGrid and
UpdateCellBatch events are being fired after the
dropdownlist's selectindexchanged event (The dropdown
list is set to autopostback.)
From Microsoft's documentation...
Visual Basic and Visual C# Concepts--Web Forms Page
Processing
"Events are not raised in a particular order, except that
cached control events - as specified by the control's
AutoPostBack property - are always processed before the
posting event."
So it is my understanding that since the dropdownlist was
causing the postback (via an autopostback) that it's
event should be handled last and the order of any other
events were up in the air but are to be handled before
the event that caused the postback. So the grid's should
occur before the selectedindexchanged event.
Now more interesting is how the placement of the
dropdownlist in relation to the ultrawebgrid effects the
event firing order. If the dropdownlist occurs first (or
above the grid) in the html code(aspx page) then its
events are hit first--if it occurs after then the grid's
events occur first.
So is this a bug with Microsoft's Framework or with
Infragistic's UltraWebGrid?
Email me if you would like me to reply with sample code
that demonstrates this.
Any Ideas? Thanks...Bob
Bob Schroeder Guest
-
Microsoft Beta Client problem
Hi, I have just done a clean install of 5308 and I have many issues to report. I downloaded the beta client reporting utility but keep getting ... -
Microsoft Access driver problem
Can anyone throe soem light on this issue? We have a clean install of CFMX7.1 Enterprise with the latest updates on a clean Win 2003 Enterprise... -
Infragistics Ultra Web Grid Updating Problem
I was recently assigned to build a database administration tool with an infragistics web grid UI. I am able to pull the data into a dataSet and... -
How to show week numbers in Infragistics WebCalendar or WebDateChooser ???
Hi!! can someone tell me how to show week numbers in Infragistics WebCalendar or WebDateChooser ??? regards, gicio -
problem using Microsoft.Web.UI.Webcontrols Tabstrip
Hello, i have a problem i want to inherit the tabstrip control and derive my own control to be used in my project for some reasons but when i do...



Reply With Quote

