Re: Rendering a datagrid as many subgrids?
From: Kenneth P (KennethP_at_discussions.microsoft.com)
Date: 01/20/05
- Next message: Eliyahu Goldin: "Re: Run an app on a client's computer"
- Previous message: Ollie Riches: "Re: *very* slow initial page load"
- In reply to: Eliyahu Goldin: "Re: Rendering a datagrid as many subgrids?"
- Next in thread: Kenneth P: "Re: Rendering a datagrid as many subgrids?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 20 Jan 2005 02:27:03 -0800
Hi Eliyahu,
I'm intrerested in any solution that satisfies my clients, I've set up that
they need 21 columns but they migth not want it, I've not asked them yet, I'm
looking for solutions.
You can develop your thougts further on and let me see more exactly what you
have in mind.
Did you take a look at the link I suggested?
Anyway I saw some errors in my second testgrid. It should have been:
M col1 col2 col3
1 item 1.1 item 1.2 item 1.3
1 item 2.1 item 2.2 item 2.3
col 4 col 5 col 6
2 item 3.4 item 3.5 item 3.6
Regards,
Kenneth P
"Eliyahu Goldin" wrote:
> Kenneth,
>
> I think 21 column for a grid is too much even if you split it into several
> rows. Would you consider a solution when you have a grid with just few most
> important column and provide a panel where you would show all record fields
> in a convenient form-style way? When you click a grid row, the panel is
> populated with the row data. Now, you can do everything on client side if
> you make the grid to have all record data as invisible columns and write
> some javascripts that will transfer the columns content to the detail panel
> in the grid's onclick event.
>
> Eliyahu
>
> "Kenneth P" <KennethP@discussions.microsoft.com> wrote in message
> news:712536C9-1F2B-424B-8ADA-B3D8A99853BC@microsoft.com...
> > Hi,
> >
> > I have an asp.net application where I calculate things and show the result
> > in a datagrid object. The grid needs 21 columns to show all information
> > needed for persons to understand the whole picture. This in turn gets me
> into
> > BIG trouble.
> >
> > To show a grid with 21 columns and at least 10 pixels text demands a
> monitor
> > with at least 1600 * 1200 resolution. Most of my customers have 1024 * 768
> > resolution, they claime if the had to go further up, they wouldn't sse
> > anything on the screen. Too small.
> >
> > So if I could divide the 21 colum grid into two 11 column grids it would
> be
> > the ultimate challenge for me, it would resolve all my problems.
> >
> > Because we don't have much space here I'd like to give you a very tiny
> > example:
> >
> > M col1 col2 col3 col4 col5 col6
> > 1 item 1.1 item 1.2 item 1.3 item 1.4 item 1.5 item 1.6
> > 1 item 2.1 item 2.2 item 2.3 item 2.4 item 2.5 item 2.6
> > 2 item 3.1 item 3.2 item 3.3 item 3.4 item 3.5 item 3.6
> >
> > The above replace the 21 column grid
> > Depending on the value in col "M" I'd like the grid to render in the
> > following
> >
> > M col1 col2 col3
> > 1 item 1.1 item 1.2 item 1.3
> > 1 item 2.1 item 2.2 item 2.3
> > col 4 col 5 col 6
> > 2 item 3.1 item 3.2 item 3.3
> >
> > The above replace the 11 grid when M=1 and when M=2
> > and this guarantees that an enduser can see everything on his monitor in
> > 1024 * 768 resolution, not to mention a paper report, that on a standing
> A4
> > would require 6 pixel text on a landscape and I don't think it would fit
> with
> > 6 pixels on one page.
> >
> > I've tried to solve this by doing some drill down thinking after I read an
> > asp.net article with code where this worked out just nice, the only
> problem
> > was it showed related info from another table, as it should.
> >
> > So, dear readers of this thread. Any suggestions on how to solve this
> problem?
> >
> > I've made a test application just for you, dear readers, on one of my
> > testsites with my failure drill down report. There you can see how a real
> > life example with substituted column names shows the problem in a
> nutshell.
> > Feel free to ask questions about it.
> >
> > Put this link into your URL
> > http://www.surf2us.net/tests/dgrd/testdd.aspx
> >
> > Regards,
> > Kenneth P
> >
>
>
>
- Next message: Eliyahu Goldin: "Re: Run an app on a client's computer"
- Previous message: Ollie Riches: "Re: *very* slow initial page load"
- In reply to: Eliyahu Goldin: "Re: Rendering a datagrid as many subgrids?"
- Next in thread: Kenneth P: "Re: Rendering a datagrid as many subgrids?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|