Hi friends, I am using Infragistics grid in my project to show rights related to a user.It is been displayed as a tree view, i.e. in Hierarchical format. There are three columns, first is nodes, second is Rights Name and third is a checkbox. It is working fine in IE, but when it is been displayed in Mozilla Firefox, the third column of checkbox is not displayed properly. Instead it is displaying the value concerned to that particular cell. If anybody having any knowledge of compatibility of IE with Mozilla especially for infragistics please do reply. Thanks in Advance...
arechno
Posts
-
Compatibility issue -
Compatible issue related to InfragisticsHi friends, I am using Infragistics grid in my project to show rights related to a user.It is been displayed as a tree view, i.e. in Hierarchical format. There are three columns, first is nodes, second is Rights Name and third is a checkbox. It is working fine in IE, but when it is been displayed in Mozilla Firefox, the third column of checkbox is not displayed properly. Instead it is displaying the value concerned to that particular cell. If anybody having any knowledge of compatibility of IE with Mozilla especially for infragistics please do reply. Thanks in Advance...
-
Optional Parameter in C#Ya...one option is of method overloading, but when we have more number of params to be kept as optional one has to type a lot. Is there any other work around as in VB.NET we have an optional keyword which specifies the parameter is optional and with the specified default value.
-
Optional parameter in C#!Can there be an optional or default parameter in C#? if yes how would we implement the same?
-
Optional Parameter in C#Hi all... Can there be an optional or default parameter in C#? If yes what would be the syntax of the same?