Click here to Skip to main content
15,915,501 members
Home / Discussions / C#
   

C#

 
Generaldynamic assigning of class properties Pin
TyronX22-Dec-04 2:51
TyronX22-Dec-04 2:51 
GeneralRe: dynamic assigning of class properties Pin
J4amieC22-Dec-04 3:48
J4amieC22-Dec-04 3:48 
GeneralRe: dynamic assigning of class properties Pin
Skynyrd22-Dec-04 3:48
Skynyrd22-Dec-04 3:48 
GeneralRe: dynamic assigning of class properties Pin
TyronX22-Dec-04 10:43
TyronX22-Dec-04 10:43 
Generalget row number after datagrid sort Pin
jagberg2322-Dec-04 2:15
jagberg2322-Dec-04 2:15 
GeneralRe: get row number after datagrid sort Pin
aplope23-Dec-04 5:44
aplope23-Dec-04 5:44 
GeneralRe: get row number after datagrid sort Pin
jagberg2324-Dec-04 20:18
jagberg2324-Dec-04 20:18 
GeneralDesigning a data decisional application based-on grids and graphics Pin
guim722-Dec-04 2:09
guim722-Dec-04 2:09 
Hello !

I am about to develop a decisional application that would display a huge amount of data (that is to say cells of grid).

The main principle of this project is that we have one column per day (an horizontal calendar grid in fact) and several rows below displaying different numerical or graphical informations.
We can of course display another range of dates by using the left and right arrow keys for example in order to move by one day (+1 or -1).
Furthermore we must implement a clean usability with navigation, scrolling, collapse/extand of certain rows, painting with mouse on certain rows and so on...


I can be provided with the data that are to be displayed in the shape of a dataset (one ROW per day) or of a custom XML stream.
The amount of data is so large that the grid(s) will cover an entire 1024x780 screen with around 30 visible days.


Now here is my question :

I wonder how to model this application in order to obtain a fast display (not flickering for example) and a easy to use application.

Must I reverse the dataset to get the days as columns and then databind it to the grid ?
Must I implement a collection of instance of a custom Day object and painting over the grid ?....

Please help me so that I will not have to rewrite all my code in a few month ....

Thank you in advance for all pieces of advice !

Guim7
GeneralServiceController.WaitForStatus() method query Pin
ipsoftware22-Dec-04 2:06
ipsoftware22-Dec-04 2:06 
GeneralRe: ServiceController.WaitForStatus() method query Pin
Dave Kreskowiak22-Dec-04 6:17
mveDave Kreskowiak22-Dec-04 6:17 
GeneralTextBox caret jump Pin
Aviv Halperin22-Dec-04 1:18
Aviv Halperin22-Dec-04 1:18 
Generalon prepared statement in sql Pin
ting66822-Dec-04 0:11
ting66822-Dec-04 0:11 
GeneralRe: on prepared statement in sql Pin
David Salter22-Dec-04 0:24
David Salter22-Dec-04 0:24 
Generalhelp me shut dow xp white c# cod Pin
mehdidj21-Dec-04 20:56
mehdidj21-Dec-04 20:56 
GeneralRe: help me shut dow xp white c# cod Pin
J4amieC21-Dec-04 22:35
J4amieC21-Dec-04 22:35 
GeneralRe: help me shut dow xp white c# cod Pin
benjymous21-Dec-04 23:38
benjymous21-Dec-04 23:38 
GeneralRe: help me shut dow xp white c# cod Pin
Judah Gabriel Himango22-Dec-04 6:43
sponsorJudah Gabriel Himango22-Dec-04 6:43 
GeneralRe: help me shut dow xp white c# cod Pin
Matt Gerrans22-Dec-04 12:48
Matt Gerrans22-Dec-04 12:48 
GeneralI tried to set labe control property visible to true Pin
Mohammed Aijaz Mohiuddin21-Dec-04 19:23
Mohammed Aijaz Mohiuddin21-Dec-04 19:23 
GeneralRe: I tried to set labe control property visible to true Pin
Skynyrd21-Dec-04 22:32
Skynyrd21-Dec-04 22:32 
GeneralRe: I tried to set labe control property visible to true Pin
Mohammed Aijaz Mohiuddin23-Dec-04 1:08
Mohammed Aijaz Mohiuddin23-Dec-04 1:08 
GeneralRe: I tried to set labe control property visible to true Pin
Skynyrd23-Dec-04 5:36
Skynyrd23-Dec-04 5:36 
GeneralGetArray and SetArray Pin
SudeepPradhan21-Dec-04 18:30
SudeepPradhan21-Dec-04 18:30 
GeneralRe: GetArray and SetArray Pin
spif200121-Dec-04 19:56
spif200121-Dec-04 19:56 
GeneralRe: GetArray and SetArray Pin
SudeepPradhan21-Dec-04 20:24
SudeepPradhan21-Dec-04 20:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.