Search Results

Type: Posts; User: Sobhia

Search took 0.01 seconds.
  1. Hi Danill,

    Any luck finding a solution for this?

    I need it for a client project as the deadline is approaching soon.

    Thanks,

    Sobhia
  2. Hi Daniil,

    Thank you for your response.

    There is no particular reason for me to use a Renderer.

    This works. Thank you. :-)
  3. Hi Daniil,

    I have produced a test case.

    The User selects the first row and clicks the Popup button. This opens up a FieldSet which contains a DisplayField called Label1: and this updates the...
  4. Hi Daniil,

    Thank you for your reply.

    On the DisplayField I use .Renderer(r => r.Fn = "test") this calls the test function in the JavaScript and returns the value I need.

    When a user...
  5. I have a DisplayField where I use a Renderer function to populate the DisplayField.Text from a JavaScript method. When the value is changed in the JavaScript method I need to update the...
  6. Hi Daniil,

    I have produced a test case similar to the issue I was having as producing a test case with the whole functionality will take a long time. I hope this is okay. In this test case the...
  7. I have a GridPanel (GridPanelA) which has several rows. Each row has a RowExpander associated with it which when expanded contains another GridPanel (GridPanelB). When a row is selected in GridPanelB...
  8. Thank you! :-)
  9. I have a GridPanel (GridPanel A) which has several rows. Each row has a RowExpander associated with it which when expanded contains another GridPanel (GridPanel B). Within each GridPanel B I have a...
  10. Hi Danill,

    Thank you for your response.

    Please see the test case below.



    <%@ Page Language="C#" %>
  11. I have created a Cartesian chart and when I click on a data point on the chart I have a Menu that pops up. My Menu is rendered in the top left hand corner of the chart. How can I get the menu to...
Results 1 to 11 of 11