Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
John Sitka #1
Not ASP. Windows.Forms....
.....but maybe someone here can help or point to the correct newsgroup.
Anybody ever see something like this WRT row display.......Thanks
rolled up
+ Item1 | valueAAAA <------- this row is normal
expanded
- Item1 | valueAAAA <------- this row is normal
___Item1 | valueAAAA
___Item1 | valueAAAA
rolled up
+Item2 | valueBBBB <------- this row is special formatted (why)
expanded
-Item2 | valueBBBB <------- this row is special formatted (because the underlying values differ)
___Item2 | valueBBXX
___Item2 | valueBBXY
In a Master-Detail display I'd like to know if I can conditionally
format the rolled up master based on a delta between a column value contained
in the master and a similar column value in the details.
It isn't really a master-detail situation it is a line item versioning scenerio but the formatting concept
would be the same I think. Just figured most would understand the Master-detail description better.
I could even return the master row Parent with a flag that represents the change is present (delta)
with a server side investigation. But was hoping to evaluate the datatables as the master row(s) is being built
and tweaked as this goes along. So I could remove the grid formatting or change it before calling update on the adapter.
Thanks Again
John Sitka Guest
-
Windows and Forms Authentication together ???
Hi, I am trying to create a site that will be used by both employees and external users, so both types of users trying to access the same pages. ... -
Forms and Windows Authentication
Hello! I have a project that I'm working on and have some thoughts on how to secure it but was hoping to get suggestions on the feasibility of my... -
Windows and Forms Authentication
Hi, I need some help on building a security model for an intranet I am currently building. I am aware that Intranets lend themselves quite... -
how to call ws from windows forms app?
Nevermind, figured it out. jason shohet -
Web Forms VS Windows Forms
What can a windows form do that a web form cannot?



Reply With Quote

