Click here to Skip to main content
15,905,238 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to know nbr of pages to print Pin
Kr_Chandan6-Jun-08 2:34
Kr_Chandan6-Jun-08 2:34 
AnswerRe: How to know nbr of pages to print Pin
Gareth H6-Jun-08 3:45
Gareth H6-Jun-08 3:45 
QuestionCrystal Report Requirements Pin
Programm3r5-Jun-08 23:27
Programm3r5-Jun-08 23:27 
AnswerRe: Crystal Report Requirements Pin
Harvey Saayman6-Jun-08 7:07
Harvey Saayman6-Jun-08 7:07 
AnswerRe: Crystal Report Requirements Pin
egenis8-Jun-08 20:47
egenis8-Jun-08 20:47 
QuestionHow to Insert more than one row in a single click using stored procedure Pin
NK75-Jun-08 22:57
NK75-Jun-08 22:57 
AnswerRe: How to Insert more than one row in a single click using stored procedure Pin
Simon P Stevens6-Jun-08 0:13
Simon P Stevens6-Jun-08 0:13 
AnswerRe: How to Insert more than one row in a single click using stored procedure Pin
Ashfield6-Jun-08 3:22
Ashfield6-Jun-08 3:22 
GeneralRe: How to Insert more than one row in a single click using stored procedure Pin
Giorgi Dalakishvili6-Jun-08 5:01
mentorGiorgi Dalakishvili6-Jun-08 5:01 
QuestionHow to know which version of Oracle client is used by the .Net? Pin
nicolus5-Jun-08 22:44
nicolus5-Jun-08 22:44 
QuestionHow to add multiple sort fields on crystal reports in my application Pin
combo_ci5-Jun-08 22:25
combo_ci5-Jun-08 22:25 
QuestionCalling native C++ from .net - code suggestion for my code Pin
steve_rm5-Jun-08 22:07
steve_rm5-Jun-08 22:07 
QuestionC# io question Pin
poqeqw5-Jun-08 21:42
poqeqw5-Jun-08 21:42 
AnswerRe: C# io question Pin
Simon P Stevens6-Jun-08 0:31
Simon P Stevens6-Jun-08 0:31 
QuestionScheduled download Pin
Rijz5-Jun-08 21:10
Rijz5-Jun-08 21:10 
AnswerRe: Scheduled download Pin
Vikram A Punathambekar5-Jun-08 22:47
Vikram A Punathambekar5-Jun-08 22:47 
GeneralRe: Scheduled download Pin
RaviBattula5-Jun-08 23:48
professionalRaviBattula5-Jun-08 23:48 
QuestionXQuery Pin
George_George5-Jun-08 21:02
George_George5-Jun-08 21:02 
AnswerRe: XQuery Pin
N a v a n e e t h5-Jun-08 21:18
N a v a n e e t h5-Jun-08 21:18 
GeneralRe: XQuery Pin
George_George5-Jun-08 21:22
George_George5-Jun-08 21:22 
GeneralRe: XQuery Pin
N a v a n e e t h5-Jun-08 22:14
N a v a n e e t h5-Jun-08 22:14 
GeneralRe: XQuery Pin
George_George5-Jun-08 22:30
George_George5-Jun-08 22:30 
Questioninfragistics Ultragrid Pin
Member 31169975-Jun-08 20:30
Member 31169975-Jun-08 20:30 
Hi friends


I am working in windows applications (C#)...In my project i am using UltraGrid..
In that grid there are 3 bands(Country ,State and city...State is below the country and the city is below the state)...Each band consists of 12 columns...Also Each column of all the bands contains its own column headers...Then in my ultragrid i have enabled column moving and column swapping options with the following code:

SFOMainScreen_grpBoxMainDetails_ugDetails.DisplayLayout.Bands[2].Override.AllowColMoving =
AllowColMoving.Default;

SFOMainScreen_grpBoxMainDetails_ugDetails.DisplayLayout.Bands[2].Override.AllowColSwapping =
AllowColSwapping.Default;


so in my ultragrid all the 3 bands with its column headers are displayed when running the application... I can move and swap the columns of all the bands when the column headers of each bands are made visible..According to my requirement, i Just make the country column headers(All column headers of first Band (ie) Country Band) as the visible one and
the column headers of rest of the bands( state and City) as the invisible one...

For the above case,

My requirement is When the column headers of first band is moved then along with the column of first band(country Band) corresponding columns of the state and city bands which are in the band 2 and band 3 respectively can also be moved..I need the C# Source code for the above requirement...Any known friends help me..... Thanks in advance kawin...

r

AnswerRe: infragistics Ultragrid Pin
Pete O'Hanlon5-Jun-08 22:07
mvePete O'Hanlon5-Jun-08 22:07 
GeneralRe: infragistics Ultragrid Pin
Colin Angus Mackay5-Jun-08 22:48
Colin Angus Mackay5-Jun-08 22:48 

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.