I recently started trying to use the idPrefix option for grids to avoid duplicate row IDs, but I found that it breaks the predefined showlink formatter, since the prefix isn't stripped off of the ID before being appended to the URL. (For example, if I have a row with ID 3 and an idPrefix of 'Event_', the url gets “id=Event_3” appended to it, instead of the desired “id=3”.) Does anyone have a solution (or even a temporary workaround) for this issue?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top