Jump to content
Software FX Community

labrashjw

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by labrashjw

  1. Look under FormattingDataValue then look at e.field.datapath and e.datavalue the you can use String .Format("<span style=""color:red"">{0}</span>", e.FormattedValue) Hope that helps
  2. The Dr in this case was sorting by Lastname. I have looked into trapping the sort argument in a session variable but it seems like it is never getting called. I will continue to try and make it work
  3. It says 1.0.3007.30962
  4. First sort works fast but if you click that same column to sort it the other direction is slows to a snails pace. Any ideas
  5. I have a list of patients MD clicks on patient takes them to aspx page with form view. When they update the formview it takes them back to the GridFX list of patients. But the sort is gone. How can I keep the sort?
  6. Yes I have the current release in dev and production. Still have the same problem
  7. I have a grid when I update the status of an item it is not supposed to show on the grid anymore. My sql is right but grid fx gives me this There was a problem while processing your request. The specific error message was: Exception type: GridFX.WebForms.DataBindingExceptionMessage: Item 'ctl00$ContentPlaceHolder1$SimPatientGrid$i2 has a DataItemIndex of 2 which is outside the current record list to bind, which has 2 records. Stack Trace: at GridFX.WebForms.Grid.ab() at ps.m() at ps.a() at ps.o() at GridFX.WebForms.Grid.DataBind() at GridFX.WebForms.GridItem.t() at GridFX.WebForms.GridItem.r() at GridFX.WebForms.GridItem.s() at GridFX.WebForms.Grid.a(GridItem A_0) at GridFX.WebForms.GridCommands.e(CellContainerCommandArgs`1 A_0) at GridFX.WebForms.Command`1.b(TArgs A_0) at GridFX.WebForms.Command`1.a(CommandArgs A_0) at GridFX.WebForms.Grid.a(String A_0, o9 A_1) at GridFX.WebForms.Grid.k(String A_0)
×
×
  • Create New...