Search Results

Type: Posts; User: queriable

Search took 0.01 seconds.
  1. Hi, i have a panel with collapsibles subPanels like this:


    X.Panel().ID("LeftPanel")
    .Items(items1 =>
    {
    items1.Add(
    Html.X().MenuPanel().ID("SubMenu")
    .Region(Region.West)...
  2. Hi, i am using "gray" theme in my new web app. I would like to use the "Triton" theme for CheckBoxGroup but preserving the "gray" theme in the other ext components.

    It is possible? Can i specify...
  3. Hi,

    I have in my _Layout.cshtml a viewPort like this:



    @(X.Viewport()
    .StyleSpec("background-color: transparent;float:left")
    .Layout(LayoutType.Border)
    .Items(
  4. Exactly, in a same column i want a different regex for a different ROW(In my list of objects, regex is a property of every object).

    BeforeEdit could be a solution for my problem. I would thank a...
  5. Hi.

    I have this model: List<MyViewModel>:

    And i have this columnFor:



    X.ColumnFor(Model, m => m.Value)
    .ToBuilder<Column.Builder>()
Results 1 to 5 of 5