Author Topic: recIndx and multifield primaryKey  (Read 2699 times)

rschlar

  • Newbie
  • *
  • Posts: 1
    • View Profile
recIndx and multifield primaryKey
« on: December 04, 2015, 02:10:22 pm »
There is table with a multi-field primarykey (two columns). Is there a possibility to declare this at recIndx?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: recIndx and multifield primaryKey
« Reply #1 on: December 04, 2015, 02:30:10 pm »
There is no inherent support for multi-field primarykey in the grid. Workaround is to join the fields with some known character e.g., underscore '_' when data is fetched by the grid and split the joined field to get individual fields when data is posted by the grid.