Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: infragistics Ultragrid Pin
Pete O'Hanlon6-Jun-08 1:12
mvePete O'Hanlon6-Jun-08 1:12 
QuestionCannot insert duplicate key row in object Pin
Ballita5-Jun-08 18:54
Ballita5-Jun-08 18:54 
AnswerRe: Cannot insert duplicate key row in object Pin
dealon5-Jun-08 20:25
dealon5-Jun-08 20:25 
AnswerRe: Cannot insert duplicate key row in object - DUPLICATE POST Pin
Ashfield5-Jun-08 21:09
Ashfield5-Jun-08 21:09 
QuestionHashtable v.s. Dictionary Pin
George_George5-Jun-08 16:56
George_George5-Jun-08 16:56 
AnswerRe: Hashtable v.s. Dictionary Pin
PIEBALDconsult5-Jun-08 16:58
mvePIEBALDconsult5-Jun-08 16:58 
GeneralRe: Hashtable v.s. Dictionary Pin
George_George5-Jun-08 17:00
George_George5-Jun-08 17:00 
GeneralRe: Hashtable v.s. Dictionary Pin
Francofu5-Jun-08 17:08
Francofu5-Jun-08 17:08 
GeneralRe: Hashtable v.s. Dictionary Pin
George_George5-Jun-08 18:25
George_George5-Jun-08 18:25 
GeneralRe: Hashtable v.s. Dictionary Pin
PIEBALDconsult5-Jun-08 17:29
mvePIEBALDconsult5-Jun-08 17:29 
GeneralRe: Hashtable v.s. Dictionary Pin
George_George5-Jun-08 18:24
George_George5-Jun-08 18:24 
AnswerRe: Hashtable v.s. Dictionary Pin
telha5-Jun-08 20:23
telha5-Jun-08 20:23 
GeneralRe: Hashtable v.s. Dictionary Pin
Guffa5-Jun-08 22:56
Guffa5-Jun-08 22:56 
GeneralRe: Hashtable v.s. Dictionary Pin
George_George8-Jun-08 22:50
George_George8-Jun-08 22:50 
GeneralRe: Hashtable v.s. Dictionary Pin
Guffa9-Jun-08 1:18
Guffa9-Jun-08 1:18 

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.