Click here to Skip to main content
15,886,823 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerStop asking Pin
Not Active4-Jul-09 7:03
mentorNot Active4-Jul-09 7:03 
QuestionMenu Tree Problem Pin
ais074-Jul-09 4:21
ais074-Jul-09 4:21 
AnswerRe: Menu Tree Problem Pin
Abhijit Jana4-Jul-09 5:44
professionalAbhijit Jana4-Jul-09 5:44 
GeneralRe: Menu Tree Problem Pin
ais074-Jul-09 21:23
ais074-Jul-09 21:23 
AnswerRe: Menu Tree Problem Pin
r a m e s h4-Jul-09 7:57
r a m e s h4-Jul-09 7:57 
QuestionApply Link To Flash Objects Pin
rhtbhegade4-Jul-09 2:17
rhtbhegade4-Jul-09 2:17 
AnswerRe: Apply Link To Flash Objects Pin
Christian Graus4-Jul-09 16:02
protectorChristian Graus4-Jul-09 16:02 
QuestionThe Columns of the Grid Duplicates themselves Pin
Vimalsoft(Pty) Ltd4-Jul-09 1:23
professionalVimalsoft(Pty) Ltd4-Jul-09 1:23 
Good Day All

After Binding my Grid with 3 Columns , i found out that it Duplicates the Columns Twice. like this

Activity || Staff Member || Cycles  ||  Activity || Staff Member || Cycles || Activity || Staff Member || Cycles 

===============================================================================

C[1]       || DR  Vuyiswa      ||   Year ||               ||                          ||               ||             ||                          ||    

All other Duplicated Columns have no Values

and the Grid is defined like this

<igtbl:UltraWebGrid ID="Gridstaff" runat="server" Width="344px" Height="111px" EnableAppStyling="False"
                                                                StyleSetName="RubberBlack" Autopostback="true" OnSelectedCellsChange="Gridstaff_SelectedCellsChange" OnSelectedColumnsChange="Gridstaff_SelectedColumnsChange" OnSelectedRowsChange="Gridstaff_SelectedRowsChange">
                                                                <Bands>
                                                                    <igtbl:UltraGridBand>
                                                                        <AddNewRow View="NotSet" Visible="NotSet">
                                                                        </AddNewRow>
                                                                    </igtbl:UltraGridBand>
                                                                </Bands>
                                                                <DisplayLayout AllowSortingDefault="OnClient" BorderCollapseDefault="Separate" HeaderClickActionDefault="SortMulti"
                                                                    Name="ctl172xGridstaff" RowHeightDefault="5px"
                                                                    SelectTypeRowDefault="Extended" StationaryMargins="Header" StationaryMarginsOutlookGroupBy="True"
                                                                    TableLayout="Fixed" Version="4.00" ViewType="OutlookGroupBy" ColWidthDefault="180px" EnableProgressIndicator="False" UseFixedHeaders="True">
                                                                    <FrameStyle BackColor="Window" BorderColor="InactiveCaption" BorderStyle="Solid"
                                                                        BorderWidth="1px" Font-Names="Microsoft Sans Serif" Font-Size="8.25pt" Height="111px"
                                                                        Width="344px">
                                                                    </FrameStyle>
                                                                    <Pager MinimumPagesForDisplay="2">
                                                                        <PagerStyle BackColor="LightGray" BorderStyle="Solid" BorderWidth="1px">
                                                                            <BorderDetails ColorLeft="White" ColorTop="White" WidthLeft="1px" WidthTop="1px" />
                                                                        </PagerStyle>
                                                                    </Pager>
                                                                    <EditCellStyleDefault BorderStyle="Solid" BorderWidth="0px">
                                                                    </EditCellStyleDefault>
                                                                    <FooterStyleDefault BackColor="LightGray" BorderStyle="Solid" BorderWidth="1px">
                                                                        <BorderDetails ColorLeft="White" ColorTop="White" WidthLeft="1px" WidthTop="1px" />
                                                                    </FooterStyleDefault>
                                                                    <HeaderStyleDefault BackColor="LightGray" BorderStyle="Solid" HorizontalAlign="Left">
                                                                        <BorderDetails ColorLeft="White" ColorTop="White" WidthLeft="1px" WidthTop="1px" />
                                                                    </HeaderStyleDefault>
                                                                    <RowStyleDefault BackColor="Window" BorderColor="Silver" BorderStyle="Solid" BorderWidth="1px"
                                                                        Font-Names="Microsoft Sans Serif" Font-Size="8.25pt" Height="100%" HorizontalAlign="Left" TextOverflow="Ellipsis" Wrap="True">
                                                                        <BorderDetails ColorLeft="Window" ColorTop="Window" />
                                                                    </RowStyleDefault>
                                                                    <GroupByRowStyleDefault BackColor="Control" BorderColor="Window">
                                                                    </GroupByRowStyleDefault>
                                                                    <GroupByBox Hidden="True">
                                                                        <BoxStyle BackColor="ActiveBorder" BorderColor="Window">
                                                                        </BoxStyle>
                                                                    </GroupByBox>
                                                                    <AddNewBox>
                                                                        <BoxStyle BackColor="Window" BorderColor="InactiveCaption" BorderStyle="Solid" BorderWidth="1px">
                                                                            <BorderDetails ColorLeft="White" ColorTop="White" WidthLeft="1px" WidthTop="1px" />
                                                                        </BoxStyle>
                                                                    </AddNewBox>
                                                                    <ActivationObject BorderColor="" BorderWidth="">
                                                                    </ActivationObject>
                                                                    <FilterOptionsDefault>
                                                                        <FilterDropDownStyle BackColor="White" BorderColor="Silver" BorderStyle="Solid" BorderWidth="1px"
                                                                            CustomRules="overflow:auto;" Font-Names="Verdana,Arial,Helvetica,sans-serif"
                                                                            Font-Size="11px" Height="300px" Width="200px">
                                                                            <Padding Left="2px" />
                                                                        </FilterDropDownStyle>
                                                                        <FilterHighlightRowStyle BackColor="#151C55" ForeColor="White">
                                                                        </FilterHighlightRowStyle>
                                                                        <FilterOperandDropDownStyle BackColor="White" BorderColor="Silver" BorderStyle="Solid"
                                                                            BorderWidth="1px" CustomRules="overflow:auto;" Font-Names="Verdana,Arial,Helvetica,sans-serif"
                                                                            Font-Size="11px">
                                                                            <Padding Left="2px" />
                                                                        </FilterOperandDropDownStyle>
                                                                    </FilterOptionsDefault>
                                                                    <SelectedRowStyleDefault BackColor="Gray">
                                                                    </SelectedRowStyleDefault>
                                                                    <FixedHeaderStyleDefault Height="100%">
                                                                        <Padding Bottom="2px" />
                                                                    </FixedHeaderStyleDefault>
                                                                </DisplayLayout>
                                                            </igtbl:UltraWebGrid>


Thank you

Vuyiswa Maseko,

Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers."

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.somee.com
http://www.vuyiswamaseko.tiyaneProperties.co.za
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/

AnswerRe: The Columns of the Grid Duplicates themselves Pin
r a m e s h4-Jul-09 7:43
r a m e s h4-Jul-09 7:43 
GeneralRe: The Columns of the Grid Duplicates themselves Pin
Vimalsoft(Pty) Ltd6-Jul-09 23:59
professionalVimalsoft(Pty) Ltd6-Jul-09 23:59 
QuestionJavascript countdown timer reset when page refresh Pin
farogh haider4-Jul-09 1:01
farogh haider4-Jul-09 1:01 
AnswerRe: Javascript countdown timer reset when page refresh Pin
Abhijit Jana4-Jul-09 1:14
professionalAbhijit Jana4-Jul-09 1:14 
AnswerRe: Javascript countdown timer reset when page refresh Pin
r a m e s h4-Jul-09 8:06
r a m e s h4-Jul-09 8:06 
Questionexport to excel and save it client machine with a predefined path. Pin
bikash pattanayak4-Jul-09 0:16
bikash pattanayak4-Jul-09 0:16 
AnswerRe: export to excel and save it client machine with a predefined path. Pin
Christian Graus4-Jul-09 0:23
protectorChristian Graus4-Jul-09 0:23 
Questiongrid is not displaying when it is kept in the zone template of the webpart Pin
lakshmichawala3-Jul-09 23:45
lakshmichawala3-Jul-09 23:45 
QuestionHardware Cofiguration and Software details of systems Through Domain Login details Pin
raushan_93-Jul-09 22:00
raushan_93-Jul-09 22:00 
Questionsearching in drives Pin
ptvce3-Jul-09 21:38
ptvce3-Jul-09 21:38 
AnswerRe: searching in drives Pin
Abhijit Jana3-Jul-09 22:18
professionalAbhijit Jana3-Jul-09 22:18 
GeneralRe: searching in drives [modified] Pin
ptvce3-Jul-09 22:33
ptvce3-Jul-09 22:33 
GeneralRe: searching in drives Pin
Abhijit Jana3-Jul-09 23:16
professionalAbhijit Jana3-Jul-09 23:16 
AnswerRe: searching in drives Pin
Christian Graus4-Jul-09 0:24
protectorChristian Graus4-Jul-09 0:24 
QuestionCapture Image from camera Pin
Milind Panchal3-Jul-09 19:56
Milind Panchal3-Jul-09 19:56 
AnswerRe: Capture Image from camera Pin
K03063-Jul-09 20:20
K03063-Jul-09 20:20 
AnswerRe: Capture Image from camera Pin
Abhijit Jana3-Jul-09 21:26
professionalAbhijit Jana3-Jul-09 21:26 

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.